home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 050 / madtrb29.arc / TURBLE.LBR / TURBLE.DQC / turble.doc
Text File  |  1985-03-03  |  3KB  |  57 lines

  1.                             Turble Graphics
  2.                    Donated to the public domain by:
  3.  
  4.                             Bruce McKinney
  5.                        10315 Wallingford Ave. N.
  6.                            Seattle, WA 98133
  7.                              206-526-8066
  8.  
  9. Turble Graphics is a collection of programming tools for Turbo Pascal
  10. 2.0 on IBM or PC-compatible computers.  A graphics board is required.
  11. The routines use color, but they will also work on a black and white
  12. graphics monitor.
  13.  
  14. Version 0.9 is a test version being released locally.  Version 1.0
  15. will be released later as ShareWare.  This version contains some
  16. inconvenient limitations (as noted in the listing comments).  Some of
  17. them will be corrected before version 1.0.  Others will have to wait
  18. for a later release using assembler interfaces.  Your suggestions are
  19. appreciated.
  20.  
  21. These graphics tools enable you to use the concepts of Turtle
  22. graphics, which is similar to Logo graphics.  Several Pascal
  23. implementations use Turtle graphics.  For example, a turtle graphics
  24. library is available for Apple computers.  Most graphics program
  25. listings in books about Apple Pascal can be run with little change
  26. using Turble Graphics.
  27.  
  28. Before using the procedures, you should find the screen aspect of your
  29. monitor.  Compile and run program ASPECT.PAS.  It will draw a vertical
  30. and a horizontal line.  Measure the lines on your screen and enter to
  31. values as decimal fractions (it's easiest to measure in centimeters).
  32. The program will return the aspect and maximum height of your screen.
  33. Fill in these values in place of the sample values in file TURBLE.PAS.
  34.  
  35. File TURBLE.REF has a list of all the constants, variables,
  36. procedures, and functions available to you.  If you have Sidekick, you
  37. can put TURBLE.REF in your notepad for instant on-line help.
  38.  
  39. This program owes a lot to LadyBug, a public domain version of Logo
  40. Turtle Graphics.  I also learned a lot from Tom Swan's book on Apple
  41. Pascal graphics.  Most of the programs in that book could easily be
  42. adapted for Turble Graphics.
  43.  
  44. Several programs that use Turble Graphics are provided as samples:
  45.  
  46.     BEEDEMO.PAS       Moves a bee across the screen
  47.     FIGDEMO.PAS       Draws various figures
  48.     HEXDEMO.PAS       Illustrates mode, color, palette, intersects
  49.  
  50. These programs should give you a good idea of what Turble can do.  You 
  51. need to have all Turble programs on the same drive and directory to 
  52. compile and run them.  The comments in the programs in the listings 
  53. should explain all.  You're on your own.  Have fun.  
  54.  
  55. 
  56.  
  57.